CIE: Make the RGB to Lab fast paths work with non-sRGB primaries
authorDebarshi Ray <debarshir@gnome.org>
Tue, 31 Oct 2017 11:20:45 +0000 (12:20 +0100)
committerØyvind Kolås <pippin@gimp.org>
Tue, 31 Oct 2017 12:09:16 +0000 (13:09 +0100)
commit72a074df6545fcb35b82ecc2636864afecaa9294
tree0c0b0ec12e927eb122054055ffa4edf8874a65ab
parente17807f235557d5d7b5d2dff3e4c96a7386d5d36
CIE: Make the RGB to Lab fast paths work with non-sRGB primaries

The older constants were tied to sRGB primaries. Using the matrices
from the Babl space removes this restriction.

https://bugzilla.gnome.org/show_bug.cgi?id=789695
extensions/CIE.c